home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / vxb102.zip / README.TXT < prev    next >
Text File  |  1991-12-04  |  4KB  |  92 lines

  1. vxBase 1.02  December 1, 1991
  2.  
  3. Release Notes
  4. -------------
  5.         Release 1.02 corrects a stack overflow problem when evaluating
  6. complex filter expressions. Six new functions have also been added:
  7.  
  8.         1. vxBrowseCase
  9.         2. vxMemoRead
  10.         3. vxReplMemo
  11.         4. vxSetErrorCaption
  12.         5. vxSetupPrinter
  13.         6. vxWindowDereg
  14.  
  15.         Restrictions on multiple instances of the same program have
  16. also been removed. A new vxBase Task-window manager has been added to
  17. attach database select areas to windows. Whenever a window that controls
  18. a database gets the input focus, the database attached to that window
  19. automatically gets selected. See the "Multitasking and Multiuser
  20. Considerations" section in the manual for detailed information.
  21.         Multiple browse windows are now allowed (up to eight for all
  22. tasks).
  23.         More memo functions have been added to allow editing or
  24. displaying memos in Visual Basic text boxes, saving them, and formatting
  25. them for printout without having to rely on vxMemoEdit.
  26.         vxBase now allows 24 dbfs and 32 index areas (all tasks).
  27.         Index buffer space has been increased to allow indexing very 
  28. large files on complex key expressions.
  29.  
  30.  
  31. Installation
  32. ------------
  33.     vxBase is distributed on a single diskette or on bulletin boards
  34. as two compressed .ZIP files. The first ZIP file is vxd101.zip, which
  35. contains the documentation in a Windows Write file. This file is
  36. essential to understanding and using vxBase. If it is missing, contact
  37. the author at the address below.  The documentation is separated from
  38. the rest of vxBase to allow potential users to preview it before
  39. installing and actually using vxBase. This is especially helpful to
  40. potential users who extract vxBase from a bulletin board. They can
  41. evaluate the system from a documentation standpoint before committing to
  42. downloading the larger system.
  43.  
  44.     Unzip vxd102.zip and print it out. Users who printed the manual
  45. for release 1.01 may consult a list on the first page of the manual
  46. that documents the changes and additions to this release. They may
  47. print only those pages to bring the manual up to date (except for
  48. the Table of Contents). The manual is now more than 160 pages
  49. long. It was formatted for an Epson 24-pin printer using standard
  50. Roman and Courier fonts.   
  51.         By user request, an Error Messages section has been added to the
  52. end of the manual.
  53.  
  54.     The second ZIP file (vxb102.zip) contains the sample source code
  55. and Visual Basic project files, vxbase.txt which includes all of the Visual
  56. Basic declarations for the routines in the vxBase DLL and the vxBase DLL
  57. itself.
  58.  
  59.     If you are going to upload vxBase to a bulletin board, it must be
  60. sent as it was received - in two ZIP files.
  61.  
  62.     When the system ZIP file is decompressed, it contains this readme.doc
  63. file and 2 more ZIP files. These ZIP files are:
  64.  
  65.     vxbdll.zip    the vxBase DLL
  66.     vxbtest.zip    sample source code and vxbase.txt
  67.  
  68.     To install vxBase, first make a subdirectory under your \vb
  69. directory named \vb\vxbtest and copy the vxbtest.zip file there. Unzip it
  70. and delete the vxbtest.zip file from your hard disk. To run the sample
  71. application it is essential that these files be in directory \vb\vxbtest
  72. because this path is hard-coded into the sample code. If you MUST put it
  73. somewhere else, you'll have to modify the file names in the source code to
  74. reflect your location.
  75.  
  76.     Unzip vxbdll.zip and place the resulting file (VXBASE.DLL) in your
  77. \windows directory.
  78.  
  79.         To run the sample program, see the Sample Application section in the
  80. manual.
  81.  
  82. Terry Orletsky
  83. Comsoft Inc.
  84. #208, 10335 - 172 Street
  85. Edmonton, Alberta, Canada
  86. T5S 1K9
  87. Phone (403) 489-5994
  88. Fax (403) 486-4335
  89. Compuserve I.D. 70524, 3723
  90.  
  91.  
  92.